Html Css Color HEX #66C7CD Seagull

📋 copy color: '#66C7CD'

red 102 ◦ green 199 ◦ blue 205

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

Shades of Seagull #66C7CD

Tints of Seagull #66C7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.33%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 20.16%
G = 39.33%
B = 40.51%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66C7CD (or 0x66C7CD) is known color: Seagull. HEX triplet: 66, C7 and CD. RGB value is (102,199,205). Sum of RGB (Red+Green+Blue) = 102+199+205=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #66C7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7CD is #993832. Grayscale: #AAAAAA. Windows color (decimal): -10041395 or 13485926. OLE color: 13485926.

HSL color Cylindrical-coordinate representation of color #66C7CD: hue angle of 183.5º 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 #66C7CD is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 199 205 -
CMYK 0.50 0.03 0 0.20
HSL 183.5º 0.51% 0.6% -
HSV(B) 183.5º 0.5% 0.8% -
XYZ 36.92 48.08 65.09 -
YUV 170.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 102 199 205 0.50 0.03 0 0.20 183.5 0.51 0.6
Hex 66 C7 CD 32 3 0 14 B7 33 3C
Octal 146 307 315 62 3 0 24 267 63 74
Binary 1100110 11000111 11001101 110010 11 0 10100 10110111 110011 111100

Color Harmonies of #66C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C7CD

Black with #66C7CD

Text Example


Text Example

White with #66C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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