Html Css Color HEX #CCFDA0 Reef

📋 copy color: '#CCFDA0'

red 204 ◦ green 253 ◦ blue 160

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

Shades of Reef #CCFDA0

Tints of Reef #CCFDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41%

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

R = 33.06%
G = 41%
B = 25.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#CCFDA0 (or 0xCCFDA0) is known color: Reef. HEX triplet: CC, FD and A0. RGB value is (204,253,160). Sum of RGB (Red+Green+Blue) = 204+253+160=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA0 is #33025F. Grayscale: #E4E4E4. Windows color (decimal): -3342944 or 10550732. OLE color: 10550732.

HSL color Cylindrical-coordinate representation of color #CCFDA0: hue angle of 91.61º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCFDA0 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 160 -
CMYK 0.19 0 0.37 0.01
HSL 91.61º 0.96% 0.81% -
HSV(B) 91.61º 0.37% 0.99% -
XYZ 66.37 85.63 46.29 -
YUV 227.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 204 253 160 0.19 0 0.37 0.01 91.61 0.96 0.81
Hex CC FD A0 13 0 25 1 5C 60 51
Octal 314 375 240 23 0 45 1 134 140 121
Binary 11001100 11111101 10100000 10011 0 100101 1 1011100 1100000 1010001

Color Harmonies of #CCFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDA0

Black with #CCFDA0

Text Example


Text Example

White with #CCFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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