Html Css Color HEX #77CDCD Spray

📋 copy color: '#77CDCD'

red 119 ◦ green 205 ◦ blue 205

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

Shades of Spray #77CDCD

Tints of Spray #77CDCD

RGB

 RED value IS 119 (46.88% from 255) = 22.5%

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

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

R = 22.5%
G = 38.75%
B = 38.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77CDCD (or 0x77CDCD) is known color: Spray. HEX triplet: 77, CD and CD. RGB value is (119,205,205). Sum of RGB (Red+Green+Blue) = 119+205+205=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #77CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDCD is #883232. Grayscale: #B3B3B3. Windows color (decimal): -8925747 or 13487479. OLE color: 13487479.

HSL color Cylindrical-coordinate representation of color #77CDCD: hue angle of 180º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDCD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 205 -
CMYK 0.42 0 0 0.20
HSL 180º 0.46% 0.64% -
HSV(B) 180º 0.42% 0.8% -
XYZ 40.46 51.99 65.66 -
YUV 179.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 119 205 205 0.42 0 0 0.20 180 0.46 0.64
Hex 77 CD CD 2A 0 0 14 B4 2E 40
Octal 167 315 315 52 0 0 24 264 56 100
Binary 1110111 11001101 11001101 101010 0 0 10100 10110100 101110 1000000

Color Harmonies of #77CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDCD

Black with #77CDCD

Text Example


Text Example

White with #77CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77CDCD; }

 p { color: rgb(119,205,205); }

 H1.HeaderClassName
 {
   color: #77CDCD;
 }
 .AnyTagClassName
 {
   color: #77CDCD;
 }
</style>

background-color css

<style>
 a { background-color: #77CDCD; }

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

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

border-color css

<style>
 span { border-color: #77CDCD; }

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

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