Html Css Color HEX #4ABBB3 Puerto Rico

📋 copy color: '#4ABBB3'

red 74 ◦ green 187 ◦ blue 179

#4ABBB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #4ABBB3

Tints of Puerto Rico #4ABBB3

RGB

 RED value IS 74 (29.3% from 255) = 16.82%

 GREEN value IS 187 (73.44% from 255) = 42.5%

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 16.82%
G = 42.5%
B = 40.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4ABBB3 (or 0x4ABBB3) is known color: Puerto Rico. HEX triplet: 4A, BB and B3. RGB value is (74,187,179). Sum of RGB (Red+Green+Blue) = 74+187+179=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBB3 is #B5444C. Grayscale: #989898. Windows color (decimal): -11879501 or 11778890. OLE color: 11778890.

HSL color Cylindrical-coordinate representation of color #4ABBB3: hue angle of 175.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABBB3 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 187 179 -
CMYK 0.60 0 0.04 0.27
HSL 175.75º 0.45% 0.51% -
HSV(B) 175.75º 0.6% 0.73% -
XYZ 28.73 40.25 48.9 -
YUV 152.3 143.06 72.15 -
System Red Green Blue C M Y K H S L
Decimal 74 187 179 0.60 0 0.04 0.27 175.75 0.45 0.51
Hex 4A BB B3 3C 0 4 1B B0 2D 33
Octal 112 273 263 74 0 4 33 260 55 63
Binary 1001010 10111011 10110011 111100 0 100 11011 10110000 101101 110011

Color Harmonies of #4ABBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABBB3

Black with #4ABBB3

Text Example


Text Example

White with #4ABBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABBB3; }

 p { color: rgb(74,187,179); }

 H1.HeaderClassName
 {
   color: #4ABBB3;
 }
 .AnyTagClassName
 {
   color: #4ABBB3;
 }
</style>

background-color css

<style>
 a { background-color: #4ABBB3; }

 a { background-color: rgb(74,187,179); }

 div.DivClassName
 {
   background-color: #4ABBB3;
 }
 .BgClassName
 {
   background-color: #4ABBB3;
 }
</style>

border-color css

<style>
 span { border-color: #4ABBB3; }

 span { border-color: rgb(74,187,179); }

 td.TdClassName
 {
   border-color: #4ABBB3;
 }
 .TagClassName
 {
   border-color: #4ABBB3;
 }
</style>