Html Css Color HEX #C4FFA2 Reef

📋 copy color: '#C4FFA2'

red 196 ◦ green 255 ◦ blue 162

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

Shades of Reef #C4FFA2

Tints of Reef #C4FFA2

RGB

 RED value IS 196 (76.95% from 255) = 31.97%

 GREEN value IS 255 (100% from 255) = 41.6%

 BLUE value IS 162 (63.67% from 255) = 26.43%

R = 31.97%
G = 41.6%
B = 26.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#C4FFA2 (or 0xC4FFA2) is known color: Reef. HEX triplet: C4, FF and A2. RGB value is (196,255,162). Sum of RGB (Red+Green+Blue) = 196+255+162=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FFA2 is #3B005D. Grayscale: #E3E3E3. Windows color (decimal): -3866718 or 10682308. OLE color: 10682308.

HSL color Cylindrical-coordinate representation of color #C4FFA2: hue angle of 98.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4FFA2 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 196 255 162 -
CMYK 0.23 0 0.36 0
HSL 98.06º 1% 0.82% -
HSV(B) 98.06º 0.36% 1% -
XYZ 65.05 85.86 47.33 -
YUV 226.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 196 255 162 0.23 0 0.36 0 98.06 1 0.82
Hex C4 FF A2 17 0 24 0 62 64 52
Octal 304 377 242 27 0 44 0 142 144 122
Binary 11000100 11111111 10100010 10111 0 100100 0 1100010 1100100 1010010

Color Harmonies of #C4FFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FFA2

Black with #C4FFA2

Text Example


Text Example

White with #C4FFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FFA2; }

 p { color: rgb(196,255,162); }

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

background-color css

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

 a { background-color: rgb(196,255,162); }

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

border-color css

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

 span { border-color: rgb(196,255,162); }

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