Html Css Color HEX #C0EE94 Reef

📋 copy color: '#C0EE94'

red 192 ◦ green 238 ◦ blue 148

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

Shades of Reef #C0EE94

Tints of Reef #C0EE94

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.18%

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

R = 33.22%
G = 41.18%
B = 25.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#C0EE94 (or 0xC0EE94) is known color: Reef. HEX triplet: C0, EE and 94. RGB value is (192,238,148). Sum of RGB (Red+Green+Blue) = 192+238+148=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EE94 is #3F116B. Grayscale: #D6D6D6. Windows color (decimal): -4133228 or 9760448. OLE color: 9760448.

HSL color Cylindrical-coordinate representation of color #C0EE94: hue angle of 90.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0EE94 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 238 148 -
CMYK 0.19 0 0.38 0.07
HSL 90.67º 0.73% 0.76% -
HSV(B) 90.67º 0.38% 0.93% -
XYZ 57.66 74.49 39.36 -
YUV 213.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 192 238 148 0.19 0 0.38 0.07 90.67 0.73 0.76
Hex C0 EE 94 13 0 26 7 5B 49 4C
Octal 300 356 224 23 0 46 7 133 111 114
Binary 11000000 11101110 10010100 10011 0 100110 111 1011011 1001001 1001100

Color Harmonies of #C0EE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EE94

Black with #C0EE94

Text Example


Text Example

White with #C0EE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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