#CFF6A8

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

Shades of Reef #CFF6A8

Tints of Reef #CFF6A8

Color information

#CFF6A8 (or 0xCFF6A8) is unknown color: approx Reef. HEX triplet: CF, F6 and A8. RGB value is (207,246,168). Sum of RGB (Red+Green+Blue) = 207+246+168=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6A8 is #300957. Grayscale: #E1E1E1. Windows color (decimal): -3148120 or 11073231. OLE color: 11073231.

HSL color Cylindrical-coordinate representation of color #CFF6A8: hue angle of 90º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFF6A8 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB207246168-
CMYK0.1600.320.04
HSL90º81.25%81.18%-
HSV(B)90º31.71%96.47%-
XYZ65.768249.41-
YUV225.4595.58114.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 168 (66.02% from 255) = 27.05%
R=33.33%
G=39.61%
B=27.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461680.1600.320.049081.2581.18
HexCFF6A81002045a5151
Octal317366250200404132121121
Binary110011111111011010101000100000100000100101101010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6A8; }

 p { color: rgb(207,246,168); }

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

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

 a { background-color: rgb(207,246,168); }

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

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

 span { border-color: rgb(207,246,168); }

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