Html Css Color HEX #99EFAC Celadon

📋 copy color: '#99EFAC'

red 153 ◦ green 239 ◦ blue 172

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

Shades of Celadon #99EFAC

Tints of Celadon #99EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 172 (67.58% from 255) = 30.5%

R = 27.13%
G = 42.38%
B = 30.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#99EFAC (or 0x99EFAC) is known color: Celadon. HEX triplet: 99, EF and AC. RGB value is (153,239,172). Sum of RGB (Red+Green+Blue) = 153+239+172=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFAC is #661053. Grayscale: #CDCDCD. Windows color (decimal): -6688852 or 11333529. OLE color: 11333529.

HSL color Cylindrical-coordinate representation of color #99EFAC: hue angle of 133.26º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFAC is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 172 -
CMYK 0.36 0 0.28 0.06
HSL 133.26º 0.73% 0.77% -
HSV(B) 133.26º 0.36% 0.94% -
XYZ 51.45 71.48 50.12 -
YUV 205.65 109.01 90.45 -
System Red Green Blue C M Y K H S L
Decimal 153 239 172 0.36 0 0.28 0.06 133.26 0.73 0.77
Hex 99 EF AC 24 0 1C 6 85 49 4D
Octal 231 357 254 44 0 34 6 205 111 115
Binary 10011001 11101111 10101100 100100 0 11100 110 10000101 1001001 1001101

Color Harmonies of #99EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFAC

Black with #99EFAC

Text Example


Text Example

White with #99EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,239,172); }

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

background-color css

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

 a { background-color: rgb(153,239,172); }

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

border-color css

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

 span { border-color: rgb(153,239,172); }

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