#C8F1AB

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

Shades of Reef #C8F1AB

Tints of Reef #C8F1AB

Color information

#C8F1AB (or 0xC8F1AB) is unknown color: approx Reef. HEX triplet: C8, F1 and AB. RGB value is (200,241,171). Sum of RGB (Red+Green+Blue) = 200+241+171=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F1AB is #370E54. Grayscale: #DDDDDD. Windows color (decimal): -3608149 or 11268552. OLE color: 11268552.

HSL color Cylindrical-coordinate representation of color #C8F1AB: hue angle of 95.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F1AB is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB200241171-
CMYK0.1700.290.05
HSL95.14º71.43%80.78%-
HSV(B)95.14º29.05%94.51%-
XYZ62.6378.1350.31-
YUV220.7699.92113.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=32.68%
G=39.38%
B=27.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002411710.1700.290.0595.1471.4380.78
HexC8F1AB1101D55f4751
Octal310361253210355137107121
Binary11001000111100011010101110001011101101101111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F1AB; }

 p { color: rgb(200,241,171); }

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

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

 a { background-color: rgb(200,241,171); }

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

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

 span { border-color: rgb(200,241,171); }

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