#CBFFA4

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

Shades of Reef #CBFFA4

Tints of Reef #CBFFA4

Color information

#CBFFA4 (or 0xCBFFA4) is unknown color: approx Reef. HEX triplet: CB, FF and A4. RGB value is (203,255,164). Sum of RGB (Red+Green+Blue) = 203+255+164=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFFA4 is #34005B. Grayscale: #E5E5E5. Windows color (decimal): -3407964 or 10813387. OLE color: 10813387.

HSL color Cylindrical-coordinate representation of color #CBFFA4: hue angle of 94.29º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBFFA4 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB203255164-
CMYK0.2000.360
HSL94.29º100%82.16%-
HSV(B)94.29º35.69%100%-
XYZ67.0986.948.36-
YUV229.0891.27109.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=32.64%
G=41.00%
B=26.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551640.2000.36094.2910082.16
HexCBFFA41402405e6452
Octal313377244240440136144122
Binary1100101111111111101001001010001001000101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFA4; }

 p { color: rgb(203,255,164); }

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

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

 a { background-color: rgb(203,255,164); }

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

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

 span { border-color: rgb(203,255,164); }

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