Html Css Color HEX #66BCA5 Keppel

📋 copy color: '#66BCA5'

red 102 ◦ green 188 ◦ blue 165

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

Shades of Keppel #66BCA5

Tints of Keppel #66BCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 22.42%
G = 41.32%
B = 36.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#66BCA5 (or 0x66BCA5) is known color: Keppel. HEX triplet: 66, BC and A5. RGB value is (102,188,165). Sum of RGB (Red+Green+Blue) = 102+188+165=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCA5 is #99435A. Grayscale: #9F9F9F. Windows color (decimal): -10044251 or 10861670. OLE color: 10861670.

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

Color convert

RGB 102 188 165 -
CMYK 0.46 0 0.12 0.26
HSL 163.95º 0.39% 0.57% -
HSV(B) 163.95º 0.46% 0.74% -
XYZ 30.25 41.51 42.01 -
YUV 159.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 102 188 165 0.46 0 0.12 0.26 163.95 0.39 0.57
Hex 66 BC A5 2E 0 C 1A A4 27 39
Octal 146 274 245 56 0 14 32 244 47 71
Binary 1100110 10111100 10100101 101110 0 1100 11010 10100100 100111 111001

Color Harmonies of #66BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCA5

Black with #66BCA5

Text Example


Text Example

White with #66BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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