Html Css Color HEX #66AF9A Keppel

📋 copy color: '#66AF9A'

red 102 ◦ green 175 ◦ blue 154

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

Shades of Keppel #66AF9A

Tints of Keppel #66AF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 23.67%
G = 40.6%
B = 35.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#66AF9A (or 0x66AF9A) is known color: Keppel. HEX triplet: 66, AF and 9A. RGB value is (102,175,154). Sum of RGB (Red+Green+Blue) = 102+175+154=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF9A is #995065. Grayscale: #969696. Windows color (decimal): -10047590 or 10137446. OLE color: 10137446.

HSL color Cylindrical-coordinate representation of color #66AF9A: hue angle of 162.74º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF9A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 154 -
CMYK 0.42 0 0.12 0.31
HSL 162.74º 0.31% 0.54% -
HSV(B) 162.74º 0.42% 0.69% -
XYZ 26.64 35.82 36.08 -
YUV 150.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 102 175 154 0.42 0 0.12 0.31 162.74 0.31 0.54
Hex 66 AF 9A 2A 0 C 1F A3 1F 36
Octal 146 257 232 52 0 14 37 243 37 66
Binary 1100110 10101111 10011010 101010 0 1100 11111 10100011 11111 110110

Color Harmonies of #66AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF9A

Black with #66AF9A

Text Example


Text Example

White with #66AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,154); }

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

background-color css

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

 a { background-color: rgb(102,175,154); }

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

border-color css

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

 span { border-color: rgb(102,175,154); }

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