Html Css Color HEX #C8FEA6 Reef

📋 copy color: '#C8FEA6'

red 200 ◦ green 254 ◦ blue 166

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

Shades of Reef #C8FEA6

Tints of Reef #C8FEA6

RGB

 RED value IS 200 (78.52% from 255) = 32.26%

 GREEN value IS 254 (99.61% from 255) = 40.97%

 BLUE value IS 166 (65.23% from 255) = 26.77%

R = 32.26%
G = 40.97%
B = 26.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#C8FEA6 (or 0xC8FEA6) is known color: Reef. HEX triplet: C8, FE and A6. RGB value is (200,254,166). Sum of RGB (Red+Green+Blue) = 200+254+166=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FEA6 is #370159. Grayscale: #E4E4E4. Windows color (decimal): -3604826 or 10944200. OLE color: 10944200.

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

Color convert

RGB 200 254 166 -
CMYK 0.21 0 0.35 0.00
HSL 96.82º 0.98% 0.82% -
HSV(B) 96.82º 0.35% 1% -
XYZ 66.14 85.92 49.17 -
YUV 227.82 93.11 108.16 -
System Red Green Blue C M Y K H S L
Decimal 200 254 166 0.21 0 0.35 0.00 96.82 0.98 0.82
Hex C8 FE A6 15 0 23 0 61 62 52
Octal 310 376 246 25 0 43 0 141 142 122
Binary 11001000 11111110 10100110 10101 0 100011 0 1100001 1100010 1010010

Color Harmonies of #C8FEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FEA6

Black with #C8FEA6

Text Example


Text Example

White with #C8FEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FEA6; }

 p { color: rgb(200,254,166); }

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

background-color css

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

 a { background-color: rgb(200,254,166); }

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

border-color css

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

 span { border-color: rgb(200,254,166); }

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