Html Css Color HEX #42BAAB Puerto Rico

📋 copy color: '#42BAAB'

red 66 ◦ green 186 ◦ blue 171

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

Shades of Puerto Rico #42BAAB

Tints of Puerto Rico #42BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

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

R = 15.6%
G = 43.97%
B = 40.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#42BAAB (or 0x42BAAB) is known color: Puerto Rico. HEX triplet: 42, BA and AB. RGB value is (66,186,171). Sum of RGB (Red+Green+Blue) = 66+186+171=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAAB is #BD4554. Grayscale: #949494. Windows color (decimal): -12404053 or 11254338. OLE color: 11254338.

HSL color Cylindrical-coordinate representation of color #42BAAB: hue angle of 172.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BAAB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 171 -
CMYK 0.65 0 0.08 0.27
HSL 172.5º 0.48% 0.49% -
HSV(B) 172.5º 0.65% 0.73% -
XYZ 27.16 39.22 44.67 -
YUV 148.41 140.74 69.22 -
System Red Green Blue C M Y K H S L
Decimal 66 186 171 0.65 0 0.08 0.27 172.5 0.48 0.49
Hex 42 BA AB 41 0 8 1B AC 30 31
Octal 102 272 253 101 0 10 33 254 60 61
Binary 1000010 10111010 10101011 1000001 0 1000 11011 10101100 110000 110001

Color Harmonies of #42BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAAB

Black with #42BAAB

Text Example


Text Example

White with #42BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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