Html Css Color HEX #99F2AE Celadon

📋 copy color: '#99F2AE'

red 153 ◦ green 242 ◦ blue 174

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

Shades of Celadon #99F2AE

Tints of Celadon #99F2AE

RGB

 RED value IS 153 (60.16% from 255) = 26.89%

 GREEN value IS 242 (94.92% from 255) = 42.53%

 BLUE value IS 174 (68.36% from 255) = 30.58%

R = 26.89%
G = 42.53%
B = 30.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#99F2AE (or 0x99F2AE) is known color: Celadon. HEX triplet: 99, F2 and AE. RGB value is (153,242,174). Sum of RGB (Red+Green+Blue) = 153+242+174=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F2AE is #660D51. Grayscale: #CFCFCF. Windows color (decimal): -6688082 or 11465369. OLE color: 11465369.

HSL color Cylindrical-coordinate representation of color #99F2AE: hue angle of 134.16º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2AE is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 242 174 -
CMYK 0.37 0 0.28 0.05
HSL 134.16º 0.77% 0.77% -
HSV(B) 134.16º 0.37% 0.95% -
XYZ 52.53 73.33 51.43 -
YUV 207.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 153 242 174 0.37 0 0.28 0.05 134.16 0.77 0.77
Hex 99 F2 AE 25 0 1C 5 86 4D 4D
Octal 231 362 256 45 0 34 5 206 115 115
Binary 10011001 11110010 10101110 100101 0 11100 101 10000110 1001101 1001101

Color Harmonies of #99F2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F2AE

Black with #99F2AE

Text Example


Text Example

White with #99F2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99F2AE; }

 p { color: rgb(153,242,174); }

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

background-color css

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

 a { background-color: rgb(153,242,174); }

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

border-color css

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

 span { border-color: rgb(153,242,174); }

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