Html Css Color HEX #CCFDA5 Reef

📋 copy color: '#CCFDA5'

red 204 ◦ green 253 ◦ blue 165

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

Shades of Reef #CCFDA5

Tints of Reef #CCFDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.53%

R = 32.8%
G = 40.68%
B = 26.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#CCFDA5 (or 0xCCFDA5) is known color: Reef. HEX triplet: CC, FD and A5. RGB value is (204,253,165). Sum of RGB (Red+Green+Blue) = 204+253+165=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA5 is #33025A. Grayscale: #E4E4E4. Windows color (decimal): -3342939 or 10878412. OLE color: 10878412.

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

Color convert

RGB 204 253 165 -
CMYK 0.19 0 0.35 0.01
HSL 93.41º 0.96% 0.82% -
HSV(B) 93.41º 0.35% 0.99% -
XYZ 66.82 85.8 48.64 -
YUV 228.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 204 253 165 0.19 0 0.35 0.01 93.41 0.96 0.82
Hex CC FD A5 13 0 23 1 5D 60 52
Octal 314 375 245 23 0 43 1 135 140 122
Binary 11001100 11111101 10100101 10011 0 100011 1 1011101 1100000 1010010

Color Harmonies of #CCFDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDA5

Black with #CCFDA5

Text Example


Text Example

White with #CCFDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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