#CFF3A8

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

Shades of Reef #CFF3A8

Tints of Reef #CFF3A8

Color information

#CFF3A8 (or 0xCFF3A8) is unknown color: approx Reef. HEX triplet: CF, F3 and A8. RGB value is (207,243,168). Sum of RGB (Red+Green+Blue) = 207+243+168=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3A8 is #300C57. Grayscale: #DFDFDF. Windows color (decimal): -3148888 or 11072463. OLE color: 11072463.

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

Color convert

RGB207243168-
CMYK0.1500.310.05
HSL88.8º75.76%80.59%-
HSV(B)88.8º30.86%95.29%-
XYZ64.8580.1949.11-
YUV223.6996.57116.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 168 (66.02% from 255) = 27.18%
R=33.50%
G=39.32%
B=27.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431680.1500.310.0588.875.7680.59
HexCFF3A8F01F5594c51
Octal317363250170375131114121
Binary1100111111110011101010001111011111101101100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3A8; }

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

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

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

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

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

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

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

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