#C4EDA5

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

Shades of Reef #C4EDA5

Tints of Reef #C4EDA5

Color information

#C4EDA5 (or 0xC4EDA5) is unknown color: approx Reef. HEX triplet: C4, ED and A5. RGB value is (196,237,165). Sum of RGB (Red+Green+Blue) = 196+237+165=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EDA5 is #3B125A. Grayscale: #D8D8D8. Windows color (decimal): -3871323 or 10874308. OLE color: 10874308.

HSL color Cylindrical-coordinate representation of color #C4EDA5: hue angle of 94.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4EDA5 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB196237165-
CMYK0.1700.300.07
HSL94.17º66.67%78.82%-
HSV(B)94.17º30.38%92.94%-
XYZ59.8475.0246.92-
YUV216.5398.92113.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 165 (64.84% from 255) = 27.59%
R=32.78%
G=39.63%
B=27.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962371650.1700.300.0794.1766.6778.82
HexC4EDA51101E75e434f
Octal304355245210367136103117
Binary11000100111011011010010110001011110111101111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EDA5; }

 p { color: rgb(196,237,165); }

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

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

 a { background-color: rgb(196,237,165); }

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

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

 span { border-color: rgb(196,237,165); }

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