Html Css Color HEX #66BDAB Puerto Rico

📋 copy color: '#66BDAB'

red 102 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #66BDAB

Tints of Puerto Rico #66BDAB

RGB

 RED value IS 102 (40.23% from 255) = 22.08%

 GREEN value IS 189 (74.22% from 255) = 40.91%

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

R = 22.08%
G = 40.91%
B = 37.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#66BDAB (or 0x66BDAB) is known color: Puerto Rico. HEX triplet: 66, BD and AB. RGB value is (102,189,171). Sum of RGB (Red+Green+Blue) = 102+189+171=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDAB is #994254. Grayscale: #A0A0A0. Windows color (decimal): -10043989 or 11255142. OLE color: 11255142.

HSL color Cylindrical-coordinate representation of color #66BDAB: hue angle of 167.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDAB is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 189 171 -
CMYK 0.46 0 0.10 0.26
HSL 167.59º 0.4% 0.57% -
HSV(B) 167.59º 0.46% 0.74% -
XYZ 31.03 42.16 45.03 -
YUV 160.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 102 189 171 0.46 0 0.10 0.26 167.59 0.4 0.57
Hex 66 BD AB 2E 0 A 1A A8 28 39
Octal 146 275 253 56 0 12 32 250 50 71
Binary 1100110 10111101 10101011 101110 0 1010 11010 10101000 101000 111001

Color Harmonies of #66BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDAB

Black with #66BDAB

Text Example


Text Example

White with #66BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BDAB; }

 p { color: rgb(102,189,171); }

 H1.HeaderClassName
 {
   color: #66BDAB;
 }
 .AnyTagClassName
 {
   color: #66BDAB;
 }
</style>

background-color css

<style>
 a { background-color: #66BDAB; }

 a { background-color: rgb(102,189,171); }

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

border-color css

<style>
 span { border-color: #66BDAB; }

 span { border-color: rgb(102,189,171); }

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