Html Css Color HEX #CCFBA0 Reef

📋 copy color: '#CCFBA0'

red 204 ◦ green 251 ◦ blue 160

#CCFBA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CCFBA0

Tints of Reef #CCFBA0

RGB

 RED value IS 204 (80.08% from 255) = 33.17%

 GREEN value IS 251 (98.44% from 255) = 40.81%

 BLUE value IS 160 (62.89% from 255) = 26.02%

R = 33.17%
G = 40.81%
B = 26.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#CCFBA0 (or 0xCCFBA0) is known color: Reef. HEX triplet: CC, FB and A0. RGB value is (204,251,160). Sum of RGB (Red+Green+Blue) = 204+251+160=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBA0 is #33045F. Grayscale: #E2E2E2. Windows color (decimal): -3343456 or 10550220. OLE color: 10550220.

HSL color Cylindrical-coordinate representation of color #CCFBA0: hue angle of 90.99º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCFBA0 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 160 -
CMYK 0.19 0 0.36 0.02
HSL 90.99º 0.92% 0.81% -
HSV(B) 90.99º 0.36% 0.98% -
XYZ 65.74 84.37 46.08 -
YUV 226.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 204 251 160 0.19 0 0.36 0.02 90.99 0.92 0.81
Hex CC FB A0 13 0 24 2 5B 5C 51
Octal 314 373 240 23 0 44 2 133 134 121
Binary 11001100 11111011 10100000 10011 0 100100 10 1011011 1011100 1010001

Color Harmonies of #CCFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBA0

Black with #CCFBA0

Text Example


Text Example

White with #CCFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBA0; }

 p { color: rgb(204,251,160); }

 H1.HeaderClassName
 {
   color: #CCFBA0;
 }
 .AnyTagClassName
 {
   color: #CCFBA0;
 }
</style>

background-color css

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

 a { background-color: rgb(204,251,160); }

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

border-color css

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

 span { border-color: rgb(204,251,160); }

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