Html Css Color HEX #64C6CD Seagull

📋 copy color: '#64C6CD'

red 100 ◦ green 198 ◦ blue 205

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

Shades of Seagull #64C6CD

Tints of Seagull #64C6CD

RGB

 RED value IS 100 (39.45% from 255) = 19.88%

 GREEN value IS 198 (77.73% from 255) = 39.36%

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

R = 19.88%
G = 39.36%
B = 40.76%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64C6CD (or 0x64C6CD) is known color: Seagull. HEX triplet: 64, C6 and CD. RGB value is (100,198,205). Sum of RGB (Red+Green+Blue) = 100+198+205=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #64C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C6CD is #9B3932. Grayscale: #A9A9A9. Windows color (decimal): -10172723 or 13485668. OLE color: 13485668.

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

Color convert

RGB 100 198 205 -
CMYK 0.51 0.03 0 0.20
HSL 184º 0.51% 0.6% -
HSV(B) 184º 0.51% 0.8% -
XYZ 36.47 47.51 65 -
YUV 169.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 100 198 205 0.51 0.03 0 0.20 184 0.51 0.6
Hex 64 C6 CD 33 3 0 14 B8 33 3C
Octal 144 306 315 63 3 0 24 270 63 74
Binary 1100100 11000110 11001101 110011 11 0 10100 10111000 110011 111100

Color Harmonies of #64C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C6CD

Black with #64C6CD

Text Example


Text Example

White with #64C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64C6CD; }

 p { color: rgb(100,198,205); }

 H1.HeaderClassName
 {
   color: #64C6CD;
 }
 .AnyTagClassName
 {
   color: #64C6CD;
 }
</style>

background-color css

<style>
 a { background-color: #64C6CD; }

 a { background-color: rgb(100,198,205); }

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

border-color css

<style>
 span { border-color: #64C6CD; }

 span { border-color: rgb(100,198,205); }

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