#CBF1A4

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

Shades of Reef #CBF1A4

Tints of Reef #CBF1A4

Color information

#CBF1A4 (or 0xCBF1A4) is unknown color: approx Reef. HEX triplet: CB, F1 and A4. RGB value is (203,241,164). Sum of RGB (Red+Green+Blue) = 203+241+164=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 164 (64.45% from 255 or 26.97% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF1A4 is #340E5B. Grayscale: #DDDDDD. Windows color (decimal): -3411548 or 10809803. OLE color: 10809803.

HSL color Cylindrical-coordinate representation of color #CBF1A4: hue angle of 89.61º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBF1A4 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB203241164-
CMYK0.1600.320.05
HSL89.61º73.33%79.41%-
HSV(B)89.61º31.95%94.51%-
XYZ62.7878.2946.92-
YUV220.8695.91115.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 164 (64.45% from 255) = 26.97%
R=33.39%
G=39.64%
B=26.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411640.1600.320.0589.6173.3379.41
HexCBF1A41002055a494f
Octal313361244200405132111117
Binary110010111111000110100100100000100000101101101010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1A4; }

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

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

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

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

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

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

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

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