Html Css Color HEX #C2FA9F Reef

📋 copy color: '#C2FA9F'

red 194 ◦ green 250 ◦ blue 159

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

Shades of Reef #C2FA9F

Tints of Reef #C2FA9F

RGB

 RED value IS 194 (76.17% from 255) = 32.17%

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

 BLUE value IS 159 (62.5% from 255) = 26.37%

R = 32.17%
G = 41.46%
B = 26.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#C2FA9F (or 0xC2FA9F) is known color: Reef. HEX triplet: C2, FA and 9F. RGB value is (194,250,159). Sum of RGB (Red+Green+Blue) = 194+250+159=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA9F is #3D0560. Grayscale: #DFDFDF. Windows color (decimal): -3999073 or 10484418. OLE color: 10484418.

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

Color convert

RGB 194 250 159 -
CMYK 0.22 0 0.36 0.02
HSL 96.92º 0.9% 0.8% -
HSV(B) 96.92º 0.36% 0.98% -
XYZ 62.69 82.34 45.39 -
YUV 222.88 91.95 107.4 -
System Red Green Blue C M Y K H S L
Decimal 194 250 159 0.22 0 0.36 0.02 96.92 0.9 0.8
Hex C2 FA 9F 16 0 24 2 61 5A 50
Octal 302 372 237 26 0 44 2 141 132 120
Binary 11000010 11111010 10011111 10110 0 100100 10 1100001 1011010 1010000

Color Harmonies of #C2FA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA9F

Black with #C2FA9F

Text Example


Text Example

White with #C2FA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA9F; }

 p { color: rgb(194,250,159); }

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

background-color css

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

 a { background-color: rgb(194,250,159); }

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

border-color css

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

 span { border-color: rgb(194,250,159); }

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