Html Css Color HEX #66CDBC Downy

📋 copy color: '#66CDBC'

red 102 ◦ green 205 ◦ blue 188

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

Shades of Downy #66CDBC

Tints of Downy #66CDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 20.61%
G = 41.41%
B = 37.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#66CDBC (or 0x66CDBC) is known color: Downy. HEX triplet: 66, CD and BC. RGB value is (102,205,188). Sum of RGB (Red+Green+Blue) = 102+205+188=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDBC is #993243. Grayscale: #ACACAC. Windows color (decimal): -10039876 or 12373350. OLE color: 12373350.

HSL color Cylindrical-coordinate representation of color #66CDBC: hue angle of 170.1º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CDBC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 188 -
CMYK 0.50 0 0.08 0.20
HSL 170.1º 0.51% 0.6% -
HSV(B) 170.1º 0.5% 0.8% -
XYZ 36.39 50.12 55.33 -
YUV 172.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 102 205 188 0.50 0 0.08 0.20 170.1 0.51 0.6
Hex 66 CD BC 32 0 8 14 AA 33 3C
Octal 146 315 274 62 0 10 24 252 63 74
Binary 1100110 11001101 10111100 110010 0 1000 10100 10101010 110011 111100

Color Harmonies of #66CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDBC

Black with #66CDBC

Text Example


Text Example

White with #66CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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