Html Css Color HEX #64C0CA Seagull

📋 copy color: '#64C0CA'

red 100 ◦ green 192 ◦ blue 202

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

Shades of Seagull #64C0CA

Tints of Seagull #64C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 20.24%
G = 38.87%
B = 40.89%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#64C0CA (or 0x64C0CA) is known color: Seagull. HEX triplet: 64, C0 and CA. RGB value is (100,192,202). Sum of RGB (Red+Green+Blue) = 100+192+202=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #64C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0CA is #9B3F35. Grayscale: #A5A5A5. Windows color (decimal): -10174262 or 13287524. OLE color: 13287524.

HSL color Cylindrical-coordinate representation of color #64C0CA: hue angle of 185.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C0CA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 192 202 -
CMYK 0.50 0.05 0 0.21
HSL 185.88º 0.49% 0.59% -
HSV(B) 185.88º 0.5% 0.79% -
XYZ 34.77 44.67 62.67 -
YUV 165.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 100 192 202 0.50 0.05 0 0.21 185.88 0.49 0.59
Hex 64 C0 CA 32 5 0 15 BA 31 3B
Octal 144 300 312 62 5 0 25 272 61 73
Binary 1100100 11000000 11001010 110010 101 0 10101 10111010 110001 111011

Color Harmonies of #64C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C0CA

Black with #64C0CA

Text Example


Text Example

White with #64C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,202); }

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

background-color css

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

 a { background-color: rgb(100,192,202); }

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

border-color css

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

 span { border-color: rgb(100,192,202); }

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