Html Css Color HEX #66BDA3 Keppel

📋 copy color: '#66BDA3'

red 102 ◦ green 189 ◦ blue 163

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

Shades of Keppel #66BDA3

Tints of Keppel #66BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.9%

R = 22.47%
G = 41.63%
B = 35.9%

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

#66BDA3 (or 0x66BDA3) is known color: Keppel. HEX triplet: 66, BD and A3. RGB value is (102,189,163). Sum of RGB (Red+Green+Blue) = 102+189+163=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDA3 is #99425C. Grayscale: #A0A0A0. Windows color (decimal): -10043997 or 10730854. OLE color: 10730854.

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

Color convert

RGB 102 189 163 -
CMYK 0.46 0 0.14 0.26
HSL 162.07º 0.4% 0.57% -
HSV(B) 162.07º 0.46% 0.74% -
XYZ 30.29 41.86 41.13 -
YUV 160.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 102 189 163 0.46 0 0.14 0.26 162.07 0.4 0.57
Hex 66 BD A3 2E 0 E 1A A2 28 39
Octal 146 275 243 56 0 16 32 242 50 71
Binary 1100110 10111101 10100011 101110 0 1110 11010 10100010 101000 111001

Color Harmonies of #66BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDA3

Black with #66BDA3

Text Example


Text Example

White with #66BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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