Html Css Color HEX #7DCCCA Bermuda

📋 copy color: '#7DCCCA'

red 125 ◦ green 204 ◦ blue 202

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

Shades of Bermuda #7DCCCA

Tints of Bermuda #7DCCCA

RGB

 RED value IS 125 (49.22% from 255) = 23.54%

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 23.54%
G = 38.42%
B = 38.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#7DCCCA (or 0x7DCCCA) is known color: Bermuda. HEX triplet: 7D, CC and CA. RGB value is (125,204,202). Sum of RGB (Red+Green+Blue) = 125+204+202=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCCA is #823335. Grayscale: #B4B4B4. Windows color (decimal): -8532790 or 13290621. OLE color: 13290621.

HSL color Cylindrical-coordinate representation of color #7DCCCA: hue angle of 178.48º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCCA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 202 -
CMYK 0.39 0 0.01 0.2
HSL 178.48º 0.44% 0.65% -
HSV(B) 178.48º 0.39% 0.8% -
XYZ 40.71 51.81 63.73 -
YUV 180.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 125 204 202 0.39 0 0.01 0.2 178.48 0.44 0.65
Hex 7D CC CA 27 0 1 14 B2 2C 41
Octal 175 314 312 47 0 1 24 262 54 101
Binary 1111101 11001100 11001010 100111 0 1 10100 10110010 101100 1000001

Color Harmonies of #7DCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCCA

Black with #7DCCCA

Text Example


Text Example

White with #7DCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCCCA; }

 p { color: rgb(125,204,202); }

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

background-color css

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

 a { background-color: rgb(125,204,202); }

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

border-color css

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

 span { border-color: rgb(125,204,202); }

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