#C7EEA4

Color #C7EEA4 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C7EEA4

Tints of Reef #C7EEA4

Color information

#C7EEA4 (or 0xC7EEA4) is unknown color: approx Reef. HEX triplet: C7, EE and A4. RGB value is (199,238,164). Sum of RGB (Red+Green+Blue) = 199+238+164=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EEA4 is #38115B. Grayscale: #DADADA. Windows color (decimal): -3674460 or 10809031. OLE color: 10809031.

HSL color Cylindrical-coordinate representation of color #C7EEA4: hue angle of 91.62º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7EEA4 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB199238164-
CMYK0.1600.310.07
HSL91.62º68.52%78.82%-
HSV(B)91.62º31.09%93.33%-
XYZ60.8375.9746.58-
YUV217.997.58114.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.11%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 164 (64.45% from 255) = 27.29%
R=33.11%
G=39.60%
B=27.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992381640.1600.310.0791.6268.5278.82
HexC7EEA41001F75c454f
Octal307356244200377134105117
Binary11000111111011101010010010000011111111101110010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EEA4; }

 p { color: rgb(199,238,164); }

 H1.HeaderClassName
 {
   color: #C7EEA4;
 }
 .AnyTagClassName
 {
   color: #C7EEA4;
 }
</style>
background-color css

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

 a { background-color: rgb(199,238,164); }

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

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

 span { border-color: rgb(199,238,164); }

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