Html Css Color HEX #66BCA2 Keppel

📋 copy color: '#66BCA2'

red 102 ◦ green 188 ◦ blue 162

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

Shades of Keppel #66BCA2

Tints of Keppel #66BCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 22.57%
G = 41.59%
B = 35.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#66BCA2 (or 0x66BCA2) is known color: Keppel. HEX triplet: 66, BC and A2. RGB value is (102,188,162). Sum of RGB (Red+Green+Blue) = 102+188+162=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCA2 is #99435D. Grayscale: #9F9F9F. Windows color (decimal): -10044254 or 10665062. OLE color: 10665062.

HSL color Cylindrical-coordinate representation of color #66BCA2: hue angle of 161.86º degrees, saturation: 0.39, 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 #66BCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 162 -
CMYK 0.46 0 0.14 0.26
HSL 161.86º 0.39% 0.57% -
HSV(B) 161.86º 0.46% 0.74% -
XYZ 29.98 41.4 40.59 -
YUV 159.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 102 188 162 0.46 0 0.14 0.26 161.86 0.39 0.57
Hex 66 BC A2 2E 0 E 1A A2 27 39
Octal 146 274 242 56 0 16 32 242 47 71
Binary 1100110 10111100 10100010 101110 0 1110 11010 10100010 100111 111001

Color Harmonies of #66BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCA2

Black with #66BCA2

Text Example


Text Example

White with #66BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,162); }

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

background-color css

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

 a { background-color: rgb(102,188,162); }

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

border-color css

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

 span { border-color: rgb(102,188,162); }

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