Html Css Color HEX #C0FA9B Reef

📋 copy color: '#C0FA9B'

red 192 ◦ green 250 ◦ blue 155

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

Shades of Reef #C0FA9B

Tints of Reef #C0FA9B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.88%

 BLUE value IS 155 (60.94% from 255) = 25.96%

R = 32.16%
G = 41.88%
B = 25.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#C0FA9B (or 0xC0FA9B) is known color: Reef. HEX triplet: C0, FA and 9B. RGB value is (192,250,155). Sum of RGB (Red+Green+Blue) = 192+250+155=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA9B is #3F0564. Grayscale: #DEDEDE. Windows color (decimal): -4130149 or 10222272. OLE color: 10222272.

HSL color Cylindrical-coordinate representation of color #C0FA9B: hue angle of 96.63º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0FA9B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 155 -
CMYK 0.23 0 0.38 0.02
HSL 96.63º 0.9% 0.79% -
HSV(B) 96.63º 0.38% 0.98% -
XYZ 61.84 81.94 43.57 -
YUV 221.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 192 250 155 0.23 0 0.38 0.02 96.63 0.9 0.79
Hex C0 FA 9B 17 0 26 2 61 5A 4F
Octal 300 372 233 27 0 46 2 141 132 117
Binary 11000000 11111010 10011011 10111 0 100110 10 1100001 1011010 1001111

Color Harmonies of #C0FA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA9B

Black with #C0FA9B

Text Example


Text Example

White with #C0FA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA9B; }

 p { color: rgb(192,250,155); }

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

background-color css

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

 a { background-color: rgb(192,250,155); }

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

border-color css

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

 span { border-color: rgb(192,250,155); }

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