Html Css Color HEX #42BCAB Puerto Rico

📋 copy color: '#42BCAB'

red 66 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #42BCAB

Tints of Puerto Rico #42BCAB

RGB

 RED value IS 66 (26.17% from 255) = 15.53%

 GREEN value IS 188 (73.83% from 255) = 44.24%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 15.53%
G = 44.24%
B = 40.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#42BCAB (or 0x42BCAB) is known color: Puerto Rico. HEX triplet: 42, BC and AB. RGB value is (66,188,171). Sum of RGB (Red+Green+Blue) = 66+188+171=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BCAB is #BD4354. Grayscale: #959595. Windows color (decimal): -12403541 or 11254850. OLE color: 11254850.

HSL color Cylindrical-coordinate representation of color #42BCAB: hue angle of 171.64º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BCAB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 171 -
CMYK 0.65 0 0.09 0.26
HSL 171.64º 0.48% 0.5% -
HSV(B) 171.64º 0.65% 0.74% -
XYZ 27.58 40.06 44.81 -
YUV 149.58 140.08 68.38 -
System Red Green Blue C M Y K H S L
Decimal 66 188 171 0.65 0 0.09 0.26 171.64 0.48 0.5
Hex 42 BC AB 41 0 9 1A AC 30 32
Octal 102 274 253 101 0 11 32 254 60 62
Binary 1000010 10111100 10101011 1000001 0 1001 11010 10101100 110000 110010

Color Harmonies of #42BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCAB

Black with #42BCAB

Text Example


Text Example

White with #42BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BCAB; }

 p { color: rgb(66,188,171); }

 H1.HeaderClassName
 {
   color: #42BCAB;
 }
 .AnyTagClassName
 {
   color: #42BCAB;
 }
</style>

background-color css

<style>
 a { background-color: #42BCAB; }

 a { background-color: rgb(66,188,171); }

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

border-color css

<style>
 span { border-color: #42BCAB; }

 span { border-color: rgb(66,188,171); }

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