Html Css Color HEX #C0E695 Reef

📋 copy color: '#C0E695'

red 192 ◦ green 230 ◦ blue 149

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

Shades of Reef #C0E695

Tints of Reef #C0E695

RGB

 RED value IS 192 (75.39% from 255) = 33.63%

 GREEN value IS 230 (90.23% from 255) = 40.28%

 BLUE value IS 149 (58.59% from 255) = 26.09%

R = 33.63%
G = 40.28%
B = 26.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#C0E695 (or 0xC0E695) is known color: Reef. HEX triplet: C0, E6 and 95. RGB value is (192,230,149). Sum of RGB (Red+Green+Blue) = 192+230+149=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E695 is #3F196A. Grayscale: #D1D1D1. Windows color (decimal): -4135275 or 9823936. OLE color: 9823936.

HSL color Cylindrical-coordinate representation of color #C0E695: hue angle of 88.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0E695 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 149 -
CMYK 0.17 0 0.35 0.10
HSL 88.15º 0.62% 0.74% -
HSV(B) 88.15º 0.35% 0.9% -
XYZ 55.46 69.97 39.02 -
YUV 209.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 192 230 149 0.17 0 0.35 0.10 88.15 0.62 0.74
Hex C0 E6 95 11 0 23 A 58 3E 4A
Octal 300 346 225 21 0 43 12 130 76 112
Binary 11000000 11100110 10010101 10001 0 100011 1010 1011000 111110 1001010

Color Harmonies of #C0E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E695

Black with #C0E695

Text Example


Text Example

White with #C0E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E695; }

 p { color: rgb(192,230,149); }

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

background-color css

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

 a { background-color: rgb(192,230,149); }

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

border-color css

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

 span { border-color: rgb(192,230,149); }

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