Html Css Color HEX #A5FBB2 Celadon

📋 copy color: '#A5FBB2'

red 165 ◦ green 251 ◦ blue 178

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

Shades of Celadon #A5FBB2

Tints of Celadon #A5FBB2

RGB

 RED value IS 165 (64.84% from 255) = 27.78%

 GREEN value IS 251 (98.44% from 255) = 42.26%

 BLUE value IS 178 (69.92% from 255) = 29.97%

R = 27.78%
G = 42.26%
B = 29.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#A5FBB2 (or 0xA5FBB2) is known color: Celadon. HEX triplet: A5, FB and B2. RGB value is (165,251,178). Sum of RGB (Red+Green+Blue) = 165+251+178=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FBB2 is #5A044D. Grayscale: #D9D9D9. Windows color (decimal): -5899342 or 11729829. OLE color: 11729829.

HSL color Cylindrical-coordinate representation of color #A5FBB2: hue angle of 129.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBB2 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 251 178 -
CMYK 0.34 0 0.29 0.02
HSL 129.07º 0.91% 0.82% -
HSV(B) 129.07º 0.34% 0.98% -
XYZ 58.05 80.21 54.54 -
YUV 216.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 165 251 178 0.34 0 0.29 0.02 129.07 0.91 0.82
Hex A5 FB B2 22 0 1D 2 81 5B 52
Octal 245 373 262 42 0 35 2 201 133 122
Binary 10100101 11111011 10110010 100010 0 11101 10 10000001 1011011 1010010

Color Harmonies of #A5FBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBB2

Black with #A5FBB2

Text Example


Text Example

White with #A5FBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBB2; }

 p { color: rgb(165,251,178); }

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

background-color css

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

 a { background-color: rgb(165,251,178); }

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

border-color css

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

 span { border-color: rgb(165,251,178); }

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