Html Css Color HEX #66BEAD Puerto Rico

📋 copy color: '#66BEAD'

red 102 ◦ green 190 ◦ blue 173

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

Shades of Puerto Rico #66BEAD

Tints of Puerto Rico #66BEAD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 21.94%
G = 40.86%
B = 37.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#66BEAD (or 0x66BEAD) is known color: Puerto Rico. HEX triplet: 66, BE and AD. RGB value is (102,190,173). Sum of RGB (Red+Green+Blue) = 102+190+173=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BEAD is #994152. Grayscale: #A1A1A1. Windows color (decimal): -10043731 or 11386470. OLE color: 11386470.

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

Color convert

RGB 102 190 173 -
CMYK 0.46 0 0.09 0.25
HSL 168.41º 0.4% 0.57% -
HSV(B) 168.41º 0.46% 0.75% -
XYZ 31.44 42.67 46.11 -
YUV 161.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 102 190 173 0.46 0 0.09 0.25 168.41 0.4 0.57
Hex 66 BE AD 2E 0 9 19 A8 28 39
Octal 146 276 255 56 0 11 31 250 50 71
Binary 1100110 10111110 10101101 101110 0 1001 11001 10101000 101000 111001

Color Harmonies of #66BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BEAD

Black with #66BEAD

Text Example


Text Example

White with #66BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,190,173); }

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

background-color css

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

 a { background-color: rgb(102,190,173); }

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

border-color css

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

 span { border-color: rgb(102,190,173); }

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