Html Css Color HEX #C0EB94 Reef

📋 copy color: '#C0EB94'

red 192 ◦ green 235 ◦ blue 148

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

Shades of Reef #C0EB94

Tints of Reef #C0EB94

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.87%

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 33.39%
G = 40.87%
B = 25.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#C0EB94 (or 0xC0EB94) is known color: Reef. HEX triplet: C0, EB and 94. RGB value is (192,235,148). Sum of RGB (Red+Green+Blue) = 192+235+148=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB94 is #3F146B. Grayscale: #D4D4D4. Windows color (decimal): -4133996 or 9759680. OLE color: 9759680.

HSL color Cylindrical-coordinate representation of color #C0EB94: hue angle of 89.66º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0EB94 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 148 -
CMYK 0.18 0 0.37 0.08
HSL 89.66º 0.69% 0.75% -
HSV(B) 89.66º 0.37% 0.92% -
XYZ 56.79 72.76 39.07 -
YUV 212.23 91.75 113.57 -
System Red Green Blue C M Y K H S L
Decimal 192 235 148 0.18 0 0.37 0.08 89.66 0.69 0.75
Hex C0 EB 94 12 0 25 8 5A 45 4B
Octal 300 353 224 22 0 45 10 132 105 113
Binary 11000000 11101011 10010100 10010 0 100101 1000 1011010 1000101 1001011

Color Harmonies of #C0EB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB94

Black with #C0EB94

Text Example


Text Example

White with #C0EB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB94; }

 p { color: rgb(192,235,148); }

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

background-color css

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

 a { background-color: rgb(192,235,148); }

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

border-color css

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

 span { border-color: rgb(192,235,148); }

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