Html Css Color HEX #99F2AF Celadon

📋 copy color: '#99F2AF'

red 153 ◦ green 242 ◦ blue 175

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

Shades of Celadon #99F2AF

Tints of Celadon #99F2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 26.84%
G = 42.46%
B = 30.7%

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

#99F2AF (or 0x99F2AF) is known color: Celadon. HEX triplet: 99, F2 and AF. RGB value is (153,242,175). Sum of RGB (Red+Green+Blue) = 153+242+175=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F2AF is #660D50. Grayscale: #CFCFCF. Windows color (decimal): -6688081 or 11530905. OLE color: 11530905.

HSL color Cylindrical-coordinate representation of color #99F2AF: hue angle of 134.83º 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 #99F2AF is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 242 175 -
CMYK 0.37 0 0.28 0.05
HSL 134.83º 0.77% 0.77% -
HSV(B) 134.83º 0.37% 0.95% -
XYZ 52.63 73.37 51.95 -
YUV 207.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 153 242 175 0.37 0 0.28 0.05 134.83 0.77 0.77
Hex 99 F2 AF 25 0 1C 5 87 4D 4D
Octal 231 362 257 45 0 34 5 207 115 115
Binary 10011001 11110010 10101111 100101 0 11100 101 10000111 1001101 1001101

Color Harmonies of #99F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F2AF

Black with #99F2AF

Text Example


Text Example

White with #99F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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