Html Css Color HEX #25CABA Light Sea Green

📋 copy color: '#25CABA'

red 37 ◦ green 202 ◦ blue 186

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

Shades of Light Sea Green #25CABA

Tints of Light Sea Green #25CABA

RGB

 RED value IS 37 (14.84% from 255) = 8.71%

 GREEN value IS 202 (79.3% from 255) = 47.53%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 8.71%
G = 47.53%
B = 43.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#25CABA (or 0x25CABA) is known color: Light Sea Green. HEX triplet: 25, CA and BA. RGB value is (37,202,186). Sum of RGB (Red+Green+Blue) = 37+202+186=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #25CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CABA is #DA3545. Grayscale: #969696. Windows color (decimal): -14300486 or 12241445. OLE color: 12241445.

HSL color Cylindrical-coordinate representation of color #25CABA: hue angle of 174.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CABA is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 202 186 -
CMYK 0.82 0 0.08 0.21
HSL 174.18º 0.69% 0.47% -
HSV(B) 174.18º 0.82% 0.79% -
XYZ 30.75 46.18 53.75 -
YUV 150.84 147.84 46.8 -
System Red Green Blue C M Y K H S L
Decimal 37 202 186 0.82 0 0.08 0.21 174.18 0.69 0.47
Hex 25 CA BA 52 0 8 15 AE 45 2F
Octal 45 312 272 122 0 10 25 256 105 57
Binary 100101 11001010 10111010 1010010 0 1000 10101 10101110 1000101 101111

Color Harmonies of #25CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CABA

Black with #25CABA

Text Example


Text Example

White with #25CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25CABA; }

 p { color: rgb(37,202,186); }

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

background-color css

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

 a { background-color: rgb(37,202,186); }

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

border-color css

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

 span { border-color: rgb(37,202,186); }

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