#C8FAA5

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

Shades of Reef #C8FAA5

Tints of Reef #C8FAA5

Color information

#C8FAA5 (or 0xC8FAA5) is unknown color: approx Reef. HEX triplet: C8, FA and A5. RGB value is (200,250,165). Sum of RGB (Red+Green+Blue) = 200+250+165=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAA5 is #37055A. Grayscale: #E1E1E1. Windows color (decimal): -3605851 or 10877640. OLE color: 10877640.

HSL color Cylindrical-coordinate representation of color #C8FAA5: hue angle of 95.29º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8FAA5 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB200250165-
CMYK0.200.340.02
HSL95.29º89.47%81.37%-
HSV(B)95.29º34%98.04%-
XYZ64.883.3748.27-
YUV225.3693.94109.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 165 (64.84% from 255) = 26.83%
R=32.52%
G=40.65%
B=26.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501650.200.340.0295.2989.4781.37
HexC8FAA51402225f5951
Octal310372245240422137131121
Binary11001000111110101010010110100010001010101111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAA5; }

 p { color: rgb(200,250,165); }

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

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

 a { background-color: rgb(200,250,165); }

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

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

 span { border-color: rgb(200,250,165); }

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